home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / AppKit / ScrollDoodScroll / English.lproj / Scroll.nib / data.classes next >
Text File  |  1992-05-28  |  600b  |  43 lines

  1. TileScrollView = {
  2.     ACTIONS = {
  3.     changeScale:;
  4.     };
  5.     OUTLETS = {
  6.     popupListButton;
  7.     stubView;
  8.     };
  9.     SUPERCLASS = ScrollView;
  10. };
  11. GraySelectionCell = {
  12.     SUPERCLASS = SelectionCell;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. Controller = {
  20.     ACTIONS = {
  21.     previousItem:;
  22.     appDidInit:;
  23.     nextItem:;
  24.     displayInfoPanel:;
  25.     };
  26.     OUTLETS = {
  27.     stringTable;
  28.     scrollView;
  29.     textField;
  30.     tileScrollView;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34. ColumnView = {
  35.     SUPERCLASS = View;
  36. };
  37. PostScriptView = {
  38.     SUPERCLASS = View;
  39. };
  40. StubView = {
  41.     SUPERCLASS = View;
  42. };
  43.